Newman Run Dashboard

Tuesday, 23 December 2025 06:16:27
Total Iterations

3

Total Assertions

198

Total Failed Tests

31

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 48s
Total data received: 2.73MB
Average response time: 284ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 25
Skipped Tests 0 -



Showing 31 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 421 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 615 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 421ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4aa7ad13-1a5e-40fa-b45d-003fa0582362
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-3enBefu61Ojil2RIUBdyUlSO57s"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 421 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 207ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5df626e4-8ae2-437a-ab05-d0a94a832097
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 818ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token afe044c7-ee49-4252-b023-554080c1da9b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 29050bf8-bb06-469e-986e-60d9dc87142c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88b966f3-82b8-4c07-8ed2-ac6a55cbd4bc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token efdf8226-0eff-4ca0-bdbc-d75211d3abed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2093e647-c2a3-4a9f-9027-4aa6b51ef977
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-x07yUOxM/4yySLlTZo3EbTHpEwQ"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":292},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 203ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 969fed9f-1c40-4c55-b3cd-4e8a58f93f1c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8936f07f-c216-491f-b04c-eeff12df06e6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-LefptYy+aJB9VSRH6dqZuhkyLwE"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":293},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2746282a-4bf7-4d05-b629-2a93bbde2205
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 86fbfb2d-8e4b-4c3c-8b7f-60f75742c844
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 622b8e86-1ee4-44ed-889e-3bceb63ae0be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
randomnumber 114
randomFirstName Keara
randomLastName Baumbach
randomEmail Nat_Johnston45@yahoo.com
randomPhone 462-556-9290
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 228f2264-282c-425d-8f54-4aecfddcf708
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1047
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Elmira",
                "last_name": "Hagenes",
                "mobile_number": "984-574-2168",
                "mobile_number_alt": "",
                "email_id": "Zola36@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"36396467982547",
                "imei1": "36396467982547",
                "imei2": "36396467982547",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-p1MIchnP73Qyic84PUrPOtvMBMc"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":135646,"tr_customer_product_id":135636,"job_number":"JOB_135629"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
randomnumber 215
randomFirstName Zackary
randomLastName Mayert
randomEmail Tessie_King88@yahoo.com
randomPhone 906-392-1829
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c486ff5-a5bd-4f30-911e-08e932a3086e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Emmanuelle",
                "last_name": "Kunze",
                "mobile_number": "412-697-7710",
                "mobile_number_alt": "",
                "email_id": "Dena_Grady19@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"90860952546085",
                "imei1": "90860952546085",
                "imei2": "90860952546085",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 200ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 771
randomFirstName Germaine
randomLastName Rosenbaum
randomEmail Emanuel39@yahoo.com
randomPhone 645-689-4064
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 96445ecc-e29c-435f-8cac-6b7e5bc09a31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Katlynn",
                "last_name": "Hirthe",
                "mobile_number": "388-245-0298",
                "mobile_number_alt": "",
                "email_id": "Mckenzie.Stokes@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"12547370387282",
                "imei1": "12547370387282",
                "imei2": "12547370387282",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 202ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
randomnumber 611
randomFirstName Ray
randomLastName Feeney
randomEmail Esmeralda.Moore@hotmail.com
randomPhone 633-394-8668
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9824f161-19c9-4730-9ae6-556f7fabe16f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 203ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
randomnumber 819
randomFirstName Genoveva
randomLastName Hilpert
randomEmail Ruthie_Blanda@hotmail.com
randomPhone 753-863-3842
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a98ea108-c667-4b03-8a1f-7efd0ecc3889
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1035
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Gaston",
                "last_name": "Mann",
                "mobile_number": "428-381-2685",
                "mobile_number_alt": "",
                "email_id": "Hester.Jerde@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000951",
                "imei1": "100000951",
                "imei2": "100000951",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 202ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
randomnumber 536
randomFirstName Joshuah
randomLastName Cartwright
randomEmail Terence.Sawayn@hotmail.com
randomPhone 525-661-4871
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f12e1b96-39d6-4e9e-9590-5dd08bba2059
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 642ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4c120587-c3d1-40d1-b371-60dc345cf968
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NKUbdmZDMVUsiSSewSVuKFjxNsE"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":294},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 716ms
Mean size per request: 284.92KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1dfe4c95-48f5-4c88-8fdf-5a65d2cfc0cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"473a9-h2xAIlKCIw8vfB/7OGFixnw3cvg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:43.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dfece936-fd9b-4c3c-a349-af241fe8b1f4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/135629
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f8e10d81-2891-4794-b286-c22a78e5d475
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 616ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f1b35528-d463-4d6e-b2f8-b020a4938346
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-KH3ln2fl/yC5mahbOef9X1r1Diw"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff510599-d1f8-4698-b14f-72c12a99bfdd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a58ffa61-73fd-450e-b8eb-8ad1fa17707c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-9HPJc2eLevBYgKRFkkeBMIAtVM8"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":258},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 1100ms
Mean size per request: 250.65KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24a17f36-7ab0-4798-81cd-cc41056083ef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3ea96-uA9tSMz7IluFZpQ76g3cJqvWyWU"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:43.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b757e2f8-1da6-4154-920e-d6facbb63532
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 942bc854-4658-4897-bef1-6d5f44d5b3ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 135629,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 852ms
Mean size per request: 249.68KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a68e114-9d36-4f41-8836-f3e9257a5026
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3e6bb-iGQjjVDGi6RM+Kdz5yanZQev0x4"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83c113e5-a958-4f58-a00b-1ac10001cb82
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-3P8Qxc/gtNZXyPW5BCudWcmzpso"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba587e2b-3d48-4a08-81a9-ac334e498bff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5007f64d-07fd-4aab-b3bf-202be2352e17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-Bxq6+IWi7cWmCqWBhRopdhYVwUA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":95}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 1002B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 936199bd-7964-4dca-b689-15f83003a0a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1002
ETag W/"3ea-6iKwOykGomWryTqMIgfiXPxxLII"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:49.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:15:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a4ac0728-ceb8-48fe-967a-954f268620e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 406ms
Mean size per request: 1.16KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6a9247c-da54-4922-a8d6-5207037ed7a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a5-KoOxBUl1NPq9MXUa2sRh+rI1+EM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:49.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:15:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":135629,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T06:15:43.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe545f51-23ec-4178-a092-1e93e87d891e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 214ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTB9.5Oora-3EEyoqvN1Hqmbd1BmSvcKRf7NwfjJZEv-p4hA
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 073c121b-e551-4148-a028-8d37dd7a37f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":135629,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27071280-c73d-4017-b90f-71749f3c3f1c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-Hy2A5QCKv9HQUs1btafuSFO/hwg"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a2bfcd33-2cc4-40a9-a201-a681e948a48f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d392117-2442-420f-9503-054d93f04878
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-0rfxgeVKLZcWeEPPpo4SweMMyQg"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":93},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 206ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 93de4507-266f-4013-946d-3a249095ca21
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 467ms
Mean size per request: 89.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 536bcd93-0d7e-4c45-b501-3fe3919cb62f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"16792-1G59SCHWqz1uDysoCLhCtfA3osM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 579ms
Mean size per request: 2.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91f1ea92-6d92-4239-be13-2b3c4a34e810
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bca-VS/sEx+lhaOHVp479DWoGjf+iXY"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:52.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T06:15:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5353b29a-4480-40df-a855-9d9e31a73d49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 135629
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 559ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU1Mn0.7cNo3Q_l94lBfpBZ4_LgREiPMG7CHZwXrn_cIGwU2QU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 34d6d9ba-3d86-40b8-954c-ebb195454f71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7f0-PGtPQhZhTWS9EtRQJ9H3hxIDkTg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45382102-27ac-4f95-9be0-ec0640d8bb88
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-3JpoieykjgiQw5AiMu6PSySAGA0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTV9.STmPiG3Rw5E574mn0MFRiEUT20OZ9KBbT15eoI9FSUg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 48a2039a-7326-4e74-92a0-be39cb3fb0c9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0b2a89f0-4e16-4099-84b6-7bf4c03894ea
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-mhvRTmCyqNUBJmGH8k0J/Xvwync"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":294},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 235ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 566cc8a4-f918-4dc5-b2af-90e1d968fa66
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-VFYm8A7Fa+T3DC7dDn573G6h2Ak"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:54.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T06:15:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 350c93fb-f579-4c88-a13b-fb8025b51369
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-VFYm8A7Fa+T3DC7dDn573G6h2Ak"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:54.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T06:15:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 210ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8db680f3-6ed2-47c2-b716-90ad703c58f1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 135629
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 817cfbb2-15c8-4dc4-9f5c-ef2f42c81b5a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/135629
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Mzl9.XVSRm69wzo6WsQJachciBIitTjM05Ji_RVogzaY8W5c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b41f1e81-ddb4-49c3-8117-f63d0642aa1d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d3d6273-bb08-4e3a-8bbf-8afdb7d31b00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-AwVnEqctzrd2TX8UGROhVOhVYPM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 204ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 724cf6aa-89c7-43d0-8958-d6e9a87bb6be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 204ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f407b1a2-5a5c-4240-ac86-c5eb3b3120e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fffbe664-580e-424b-aa3e-a323a98029dd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2ec87239-cfa4-435d-a95a-018f54f6fbf7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0742558-b475-4617-8d02-5cdf0ccf1500
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74efc783-fe8a-427f-8772-2916658219b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NKUbdmZDMVUsiSSewSVuKFjxNsE"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":294},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 208ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 133e3bd6-e20d-4967-9b95-86493791a037
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2360deb-765d-4975-b3b6-a71328236865
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NKUbdmZDMVUsiSSewSVuKFjxNsE"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":294},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 211ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dd161937-857e-4a62-9dfe-1f2332a415e1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8622da94-cafa-4ca6-bc2f-66829e447d1d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 58da2597-8a88-4631-b59e-caf198eab595
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:15:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
randomnumber 819
randomFirstName Erika
randomLastName Reinger
randomEmail Gretchen90@gmail.com
randomPhone 573-433-1977
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89d22ee9-4b73-402f-941e-2a42104c6635
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Luella",
                "last_name": "Jast",
                "mobile_number": "351-277-8691",
                "mobile_number_alt": "",
                "email_id": "Felipe.Brakus@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"19344905598916",
                "imei1": "19344905598916",
                "imei2": "19344905598916",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-w63HPyM75G4+XMbYN71SHojWrxg"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:15:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":135647,"tr_customer_product_id":135637,"job_number":"JOB_135630"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
randomnumber 453
randomFirstName Lucio
randomLastName Heaney
randomEmail Billie98@yahoo.com
randomPhone 859-697-4465
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb274fac-3f54-441a-9b32-85a3c70588d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eric",
                "last_name": "Shields",
                "mobile_number": "312-808-4979",
                "mobile_number_alt": "",
                "email_id": "Nigel_Kutch32@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"35941720994977",
                "imei1": "35941720994977",
                "imei2": "35941720994977",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 202ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NDZ9.u6n6Pv-AA5yuVhA0xb_zOnsIymTU8SSMVnlJW1doQNk
randomnumber 524
randomFirstName Elda
randomLastName Harris
randomEmail Martin_Nikolaus@yahoo.com
randomPhone 356-434-7992
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c34ddf66-eaa1-4c33-81f7-388e2c3a76f1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Timmothy",
                "last_name": "Fisher",
                "mobile_number": "823-886-6360",
                "mobile_number_alt": "",
                "email_id": "Suzanne_Welch@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"45619214347251",
                "imei1": "45619214347251",
                "imei2": "45619214347251",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 201ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
randomnumber 666
randomFirstName Pascale
randomLastName Cronin
randomEmail Lavonne64@yahoo.com
randomPhone 660-231-2142
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4a3f9361-e3e0-40e8-b3a2-0ab6ff7f029f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 204ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
randomnumber 798
randomFirstName Jacques
randomLastName Stark
randomEmail Leta.Ritchie@yahoo.com
randomPhone 975-801-6062
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a6ad731-a028-49ee-9225-6f86f1e71d55
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1035
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Johnnie",
                "last_name": "Champlin",
                "mobile_number": "481-702-1302",
                "mobile_number_alt": "",
                "email_id": "Zelda15@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000914",
                "imei1": "100000914",
                "imei2": "100000914",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 202ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
randomnumber 417
randomFirstName Hans
randomLastName O'Conner
randomEmail Evangeline95@gmail.com
randomPhone 525-513-2867
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 55507e9a-00d0-4801-ad50-497ce66468aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 237ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 165fdfe7-d9d5-4501-bbf5-0f834275f9a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-N2ZzGJ9lxPqX8mZ7R2X9DMENvUk"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":295},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 708ms
Mean size per request: 285.88KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef224983-7721-452d-b377-fb5fd223dd30
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"47783-NTK0Y/sqJsoE+33jKOLfOHRTGow"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:15:59.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 478c4ccc-86a7-42f2-8feb-3e1202263ea1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/135630
Response Information
Response Code: 200 - OK
Mean time per request: 242ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 227a791e-b13c-4c7e-bb4a-73ea5c641482
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fbb2acff-d784-4a0e-86d9-cdb73984fdb6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-c+j7AIT4taXui1yn2iKUjelcnXA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f63befb3-8fc2-4240-96b1-2175757949e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 692ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 600a682d-ee8f-43d6-9649-dbf3545d7dfe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-ExmDSLNslHMBfmj41W7KW/KEvCY"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":260},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 650ms
Mean size per request: 252.58KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 609f9662-d2e9-4781-8050-e4d06a8b605c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3f257-F+wQ6bP0pZDg222hI+kfCfLMKTk"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:15:59.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bfc8788-fb61-4779-9f54-aa46f46210f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a50c8e32-a3d2-4ab6-9971-0893a6caa9c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 135630,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 649ms
Mean size per request: 251.62KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0b49274-240a-4527-95b4-327d54ee7c60
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3ee76-PKenJMeQ42ubQuixxReLSeR/Bzk"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c6abb88-b58a-403d-9e69-4652a61cc5c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-29DgqgUbFIwHKg1SUmPghn9ZTJw"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb533fb3-ec04-49ac-b376-07f04d9e3f2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2ddf9b6-6e62-4390-af06-7aafa5029974
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-I/qF9nX2jHDm3uUpmqpLZTUl8ps"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":96}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a93e36f-f88e-4552-98c4-9c5d69e0f650
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-cifYEfPb6N6fKoYInw59EfUkfMM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:04.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:16:04.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token af9ceb66-9b83-47ca-ab64-352cd12f7f5d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 403ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22072488-b6e5-4fe1-85b1-940c413c11dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4ab-59Nyr5ETOT+pm/+NO9JG1C9xE+k"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:04.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:16:04.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":135630,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T06:15:59.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 380c3b9f-a3bd-47ce-b905-a05e481c1778
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 215ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjV9.aBxET21NTtD5SXNqK2IIIc0Jd5BM0mfDulcoSzCaJH4
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c624536c-1e6c-498a-8cb5-d43af1fb39ce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":135630,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 900d3e88-7d5e-4a31-a625-b6df86ea86cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-nzHRp+zCW16X7+JnrHm/zBwMOYY"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d44fdc79-5f65-443f-8e39-38722cfc9089
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 97ecdfb8-269c-490d-bb73-fec7d27fd33c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-8syQC+mbrnlKj+ipxJr8UyO+e/Y"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":94},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 205ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 033548c2-affc-4ba9-a7ee-a6589a2eb247
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 456ms
Mean size per request: 90.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1be369f-d369-41cd-a5ae-2a4d1d88e2d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"16b66-WAG36vq96ocDsLSrHsYrhwTibc4"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 518ms
Mean size per request: 2.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3c060ce2-1f28-4569-bb75-fe2574406b5b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bd0-ymVSSiCSV4rmED2/OmIG8oWdqVI"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:07.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6b7adbf7-c8fb-4cbb-bb51-00da00814efd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 135630
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 566ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU2N30.7sDXpkOL45PFIpiNLORFdIrRWRohDOPsxwv88uqJrs8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37b8616c-0752-4cae-946e-12e9ba4fde6a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7f0-PGtPQhZhTWS9EtRQJ9H3hxIDkTg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b918ea1d-0d28-471f-ae35-b80d32ab6775
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-5n+DL3RdMqTsHb4BBIEI2GlKEX8"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzB9.hvPDq6gSa4KLfk56Nv7NZ7tJEirZyMNUOJvPpwqbFIY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 873b98e9-f813-48fa-b512-a95b46249f39
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 857b1327-0cc3-439f-b821-c23d5d275443
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-uz5YzGzN1Jcika9ZI7Fh4WzG+v4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":298},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 162c8eef-a563-431a-9e39-14be2df8cecf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-ETCsL75dNViXV97GLdCq/T0J+aU"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:09.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T06:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b0e39ed-4650-4d01-937d-c5e3432c7575
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-ETCsL75dNViXV97GLdCq/T0J+aU"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:09.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T06:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5481f13d-f2a6-4212-b13d-808a0090ed28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 135630
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 704e12ee-c117-4171-b0e4-9230d6145fb3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/135630
Response Information
Response Code: 200 - OK
Mean time per request: 235ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NTZ9.Wi3R3srrdtOIStr6dZdmsLNc-DFT8N6yGlHeJWn1L-M
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7722b78f-0377-40f5-a768-6ba0849015ff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 615ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24535358-2c5d-4996-b6d2-76a8aaa6391e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-BmECNM3d66fE63Ep4HXIgOSYfEo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 615 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 202ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token acb67410-4d48-4dd5-8e9c-081ef404c35b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 202ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b47a0b05-029e-44aa-aa86-768a4541dd42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ac012ea1-432f-4ee1-a631-1fbb4801eb8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cec5428d-8586-457e-b5f1-218536887e87
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 46b00f3e-74fb-4720-a92b-88bf992c0c30
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 513736ba-4531-4995-892f-fd2e8d0ce976
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Falmv6OKxbmbjmoC1WnmzL+bRIo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":298},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c822818c-2056-4728-9bcc-6c2028ccd43f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16cb296b-b237-46b9-a14d-c31d46de0839
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Falmv6OKxbmbjmoC1WnmzL+bRIo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":298},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 213ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e835e6c0-88a7-41ff-8a7c-1b77a2597396
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 200ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 87daf875-3112-4f35-97ad-522b432d564f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 212ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 405d62fa-dfee-4dee-9b4d-7366e0cbc5d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
randomnumber 679
randomFirstName Abby
randomLastName Bahringer
randomEmail Kasandra32@gmail.com
randomPhone 908-719-0594
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ea239b0-849c-406a-a356-c51cf4eaa9e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Zena",
                "last_name": "Pollich",
                "mobile_number": "400-478-1423",
                "mobile_number_alt": "",
                "email_id": "Dovie18@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"86640590246246",
                "imei1": "86640590246246",
                "imei2": "86640590246246",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-sSfPvmG66WHln4vuNBuqDCF7C0E"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":135651,"tr_customer_product_id":135641,"job_number":"JOB_135634"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 201ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
randomnumber 253
randomFirstName Gaetano
randomLastName Wunsch
randomEmail Kavon.Cremin33@gmail.com
randomPhone 490-434-4850
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 417beb05-ee7c-4bf0-8edf-4cf10cb23e3a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Keshaun",
                "last_name": "Hirthe",
                "mobile_number": "760-663-1390",
                "mobile_number_alt": "",
                "email_id": "Donato_Mann1@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"36088547827428",
                "imei1": "36088547827428",
                "imei2": "36088547827428",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 203ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NjJ9.E0wSs_j-7tqqomp5Y7JQz2I3Rw1gg9aguyELS2S1UAQ
randomnumber 8
randomFirstName Julianne
randomLastName Haag
randomEmail Merritt_Feest@hotmail.com
randomPhone 516-816-1062
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1d6ce47-f80f-4155-97c4-bd66d1738844
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1045
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Cassidy",
                "last_name": "Bradtke",
                "mobile_number": "678-983-0472",
                "mobile_number_alt": "",
                "email_id": "Gerhard64@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"766516908653",
                "imei1": "766516908653",
                "imei2": "766516908653",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 201ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
randomnumber 827
randomFirstName Braulio
randomLastName Torphy
randomEmail Elvera5@yahoo.com
randomPhone 755-869-9295
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27af81a3-6087-461d-b993-4e5cab588718
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 618ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
randomnumber 310
randomFirstName Adan
randomLastName Ward
randomEmail Taurean23@gmail.com
randomPhone 738-361-0815
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c90c069c-4a0b-4651-b5a5-d1e161dea48f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1044
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Garrick",
                "last_name": "Zemlak",
                "mobile_number": "778-712-6704",
                "mobile_number_alt": "",
                "email_id": "Addison_Weissnat21@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000113",
                "imei1": "100000113",
                "imei2": "100000113",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 201ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
randomnumber 156
randomFirstName Iliana
randomLastName Goodwin
randomEmail Cordell10@hotmail.com
randomPhone 850-684-4548
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e615a46b-3d22-4016-8d23-599027c9baf2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce9791c9-204b-4048-b957-6572e3a988e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-EB3NjoIRTEQtaP6aXYqhT2trAIE"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":299},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 897ms
Mean size per request: 289.73KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0505f5cf-4f34-4932-9699-db4eac3381bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"486eb-tAjT+kiCXESCKbBxkdSIBv6KAH8"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:15.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 31276f17-543a-4d92-983c-868833366b50
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/135634
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e4486a4-1ca1-48b3-bf49-2bd347e8dea8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cc74b4a2-dbbc-455f-bf5f-904726c428db
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-7mhtwS0qFF72v5v9pN05QPNI8SA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Nzh9.aLH5xzuU5DYi9PpL2fFMwLUB6xISnMZBaMMWxkjPLCE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Nzh9.aLH5xzuU5DYi9PpL2fFMwLUB6xISnMZBaMMWxkjPLCE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d040cd41-d11b-4e85-b5ce-699a57537ccf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Nzh9.aLH5xzuU5DYi9PpL2fFMwLUB6xISnMZBaMMWxkjPLCE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e79f767b-2654-4c31-977b-cede117c796f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-eGLIN/8oXWV7+R3OGfzDJhw9VbA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":261},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 653ms
Mean size per request: 253.54KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4505805b-7bc3-4b28-9cb3-be40cb457528
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3f62a-NKCg2r7C3WLXB+sTOsEwPQDFGeo"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:15.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Nzh9.aLH5xzuU5DYi9PpL2fFMwLUB6xISnMZBaMMWxkjPLCE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 327500aa-2af4-4862-96fd-35a805548725
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Nzh9.aLH5xzuU5DYi9PpL2fFMwLUB6xISnMZBaMMWxkjPLCE
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee3df430-d9c1-49b9-8f3c-67f39965cf08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 135634,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 645ms
Mean size per request: 252.58KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1Nzh9.aLH5xzuU5DYi9PpL2fFMwLUB6xISnMZBaMMWxkjPLCE
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4a0c1491-4a4f-4a34-81f5-10ec32161932
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3f24e-UHoTXCC1TOdIqG5gShECDtGCWNk"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ac5c25a3-5bba-4af8-98b7-800d11b396e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-w5LQQ10J18mGDi742loB1DOIS10"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8700a5de-490e-49d5-b007-b5e0706e9d4c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1dda3de7-e985-4597-95df-cad41a7c0261
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-cjUFkC8IkS3jQQFt/2xQilvkV5Y"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":97}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 1003B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5e743e5-4659-453f-a605-890d30984a0f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1003
ETag W/"3eb-FBYcOimKjhpb5otvYcLeKj0qkUA"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:20.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:16:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 236ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2bb66936-1d6c-43b3-8351-d5330ddf6092
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 426ms
Mean size per request: 1.16KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0c4bd06-f627-4a1f-b8ad-1973a9ea4998
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a6-6TkDBYle87wNOLXap2KQlvEhyEI"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:20.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:16:20.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":135634,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T06:16:15.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3bccc3bc-a6d1-49c0-9b75-e1d03b3d37cd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODF9.thHAl13FPdT_cI26uhmW6FtUhlCvzEJbaEZPJewqrxQ
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 17da658f-2bc3-46ff-891b-8d60f501cac8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":135634,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 204ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0808d63-b898-4623-bfeb-84d96a83b713
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-UyGz0CpqK3LelIoEyMHtjWPRNXo"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a0fe3848-2fb1-4504-bfc3-cbf5f770bc7d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fb8ae5aa-2a77-4ade-af72-ef5a5a5cb9a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-tSq8YFuAvICOOnFozvYTD7luzT8"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":95},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 207ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63e4ae98-dd95-474a-ad79-f71c2e306f2d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 457ms
Mean size per request: 91.81KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2ca48bad-3f84-4f39-9542-b025a4a86f2d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"16f40-Ku8BE917V7l5o8La3rIdFF8/ulg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 517ms
Mean size per request: 2.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 827cdde8-6814-44d1-b554-20c99a50b803
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bcb-+GnzTVV7gRNuv92W4fSQRw2lKFI"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:23.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T06:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 208ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45a31764-8429-4708-ba46-be24bf6b54cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 135634
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 521ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3MDU4M30.0mSm2x1k3tnfAS9GLjUGiEXr8WrL3MYTOWGZj_BxXb8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 839b29d5-3c4d-4c38-93d5-c130513e7f13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7f0-PGtPQhZhTWS9EtRQJ9H3hxIDkTg"
Vary Accept-Encoding
Content-Encoding gzip
Date Tue, 23 Dec 2025 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 203ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e178ab8-3e22-4286-ab0e-66be43643249
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-GF4KlVaWzC84uMpFu06aKZM3IQY"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1ODV9._WMl95qjuw_e5XMfKMIKMBpZkjQKTw_eea6_o6a10jA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 202ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token af051410-f2cf-43a1-af6d-d26b83cb71cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ed097b06-fcc5-49c7-8d5f-4a9566357749
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-+EYCtfBQLquKRumq+cAb94XBd6k"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":299},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45763fed-9b58-476c-8e4c-7bbaf9d2e255
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-U2lTg+pRUb8Hd0P61B0/XfF9HR4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:25.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T06:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e8538fb0-0702-4280-8cfe-94e837c957da
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-U2lTg+pRUb8Hd0P61B0/XfF9HR4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:25.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T06:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 209ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa838782-56fe-4085-af6b-7b9c22ed7a19
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 135634
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 50465755-6d97-4936-a9f5-506e7551be6e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/135634
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzA1NzJ9.LZLiX67ZFA9VJ3d7f0gOOvrZa6WcZCE2Dlm5t6w5Cz4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61d18a36-0a69-4bfb-b527-3acfdf1ff5ed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Tue, 23 Dec 2025 06:16:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request